home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / main.dxr / 00021_tuneDecr.ls < prev    next >
Encoding:
Text File  |  1996-10-17  |  276 b   |  17 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the castNum of sprite 45 to 58
  4.     updateStage()
  5.     if the frame = 11 then
  6.       go(70)
  7.       next repeat
  8.     end if
  9.     go(the frame - 1)
  10.   end repeat
  11. end
  12.  
  13. on mouseUp
  14.   set the castNum of sprite 45 to 59
  15.   updateStage()
  16. end
  17.